Welcome![Sign In][Sign Up]
Location:
Search - Linux socket udp

Search list

[Internet-Networkraw_socket.gz

Description: 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包
Platform: | Size: 9739 | Author: | Hits:

[Internet-NetworkLinux_message

Description: linux下采用UDP协议的套接字的收发报文例子,套接口编程练习。 -linux adoption of the UDP socket transceiver example text, presentation interface programming exercises.
Platform: | Size: 37906 | Author: 飞鸿 | Hits:

[Linux-Unixeaselib

Description: 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category, UDP services category, Mysql database operations, log type, configuration files analytic categories, Date Time operations, and Base64 MD5 encryption type, and thread pool thread category, XML documents and other types of analysis
Platform: | Size: 69689 | Author: 刘忠 | Hits:

[TCP/IP stackLinux_Socket

Description: Linux TCP/IP编程,—基于BSD Socket 1.1,应用Socket函数实现网络功能;UDP应用举例;
Platform: | Size: 54549 | Author: auleaf | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux
Platform: | Size: 2177 | Author: zhiguoxu | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。
Platform: | Size: 15434 | Author: 6756 | Hits:

[Linux-Unixudpecho

Description: linux下利用socket建立连接实现UDP数据通信的连接客户端源代码和服务端源代码-linux using socket connection to achieve UDP data communications connectivity client server source code and source code
Platform: | Size: 2048 | Author: wshrf | Hits:

[Internet-Networklinux_network

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
Platform: | Size: 571392 | Author: 赵炜 | Hits:

[TCP/IP stacktcpudpsocket.tar

Description: 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehensive, TCP and UDP programming have, you can get through the socket host IP, the server and the client to send a text this news, want to be helpful for beginners.
Platform: | Size: 13312 | Author: 马逸 | Hits:

[Linux-Unixtcpudp

Description: 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
Platform: | Size: 2048 | Author: 王军 | Hits:

[OtherlinuxSocket

Description: 网络编程,一定离不开套接口;那什么是套接口呢?在Linux下,所有的I/O操作都是通过读写文件描述符而产生的,文件描述符是一个和打开的文件 相关联的整数,这个文件并不只包括真正存储在磁盘上的文件,还包括一个网络连接、一个命名管道、一个终端等,而套接口就是系统进程和文件描述符通信的一种 方法。目前最常用的套接口是字:字节流套接口(基于TCP)和数据报套接口(基于UDP),当然还有原始套接口,原始套接口提供TCP套接口和UDP套接 口所不提供的功能,如构造自己的TCP或UDP分组,我们这里主要介绍字节流套接口和数据报套接口。- Network programming, they must take sets of interfaces then what is a socket then? In Linux, all the I/O operations are generated through the read and write file descriptors, file descriptors and open a file associated with an integer, this document does not only include the real file is stored on disk, but also includes a network connection, a named pipe, a terminal and so on, while the socket is a system process and file descriptors communication methods. The most commonly used interface is a set of words: byte stream socket (based on TCP) and datagram sockets (based on UDP), of course, the original set of interfaces, the original set of interface provides TCP socket and UDP sockets are not provided by the features, such as TCP or UDP construct their own group, we are here mainly introduces the byte stream sockets and datagram sockets.
Platform: | Size: 8192 | Author: rason | Hits:

[Linux-UnixInvokeAndParse

Description: Linux下用socket实现数据传输,使用UDP协议-data transfer based socket in Linux,use the UDP
Platform: | Size: 2048 | Author: 杨建忠 | Hits:

[Internet-NetworkSockets

Description: Socket编程 TCP/UDP的原理 powerpoint-SOCKET C/C++ TCP/UDP Linux powerpoint
Platform: | Size: 163840 | Author: 董必磊 | Hits:

[Internet-Networkudpsrv01-server

Description: linux下的udp通讯实验程序,使用socket实现,有Makefile完成编译-udp program under linux environment
Platform: | Size: 27648 | Author: hailan | Hits:

[Linux-Unixnetwork

Description: Linux/UNIX网络编程,基本套接口编程,基本TCP套接口编程,基本UDP套接口编程-Linux/UNIX network socket
Platform: | Size: 743424 | Author: 赵冬霜 | Hits:

[Internet-NetworkTCP_UDP

Description: TCP和UDP通信的socket编程demo,linux ubuntu下测试通过,有makefile-socket demo of communicating with TCP/UDP protocols
Platform: | Size: 5120 | Author: Tracy | Hits:

[Internet-Networksocket_c_s

Description: 包含了linux下socket通信的客户端和服务端,包括tcp和udp的两种方式-Contains the socket communication under linux client and server, including two ways of tcp and udp
Platform: | Size: 10240 | Author: your name | Hits:

[Internet-Networkjuyuwangtalk

Description: linux windows mac qt局域网聊天程序,通过udp tcp 传输-linux windows mac qt tcp socket
Platform: | Size: 1866752 | Author: 曾庆国 | Hits:

[Internet-Networkrtt

Description: 实现window到linux的网络时间的计算(Implementation of window to Linux network time calculation)
Platform: | Size: 2048 | Author: tomorrow1 | Hits:

[Other未命名文件夹

Description: 主要是一些TCP、UDP的网络编程,学习Linux的可以尝试(Kalman filter is used to obtain more stable signals from random signals, which are generally used in aerial vehicles.)
Platform: | Size: 2048 | Author: 飞驰 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net